home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / tcoop10a.zip / DEMO.ZIP / MAKETEST.BAT next >
DOS Batch File  |  1991-11-20  |  181b  |  7 lines

  1. REM this batch can be used to create a TCOOP test program
  2. REM enter the test file name on the command line.
  3. REM example: MAKETEST TESTWIND
  4.  
  5. bcc -ml %1 graphics.lib tcoop.lib
  6.  
  7.